OpenBots convert String

42

OpenBots convert String -

//String
myVariable = "1234"

//To Int
Int32.Parse(myVariable)

OpenBots convert String -

//Int
myVariable = 1234

//To String
myVariable.ToString()

Comments

Submit
0 Comments